Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / NamedObjectCollection<T> Class / NamedObjectCollection<T> Constructor / NamedObjectCollection<T> Constructor(T[])
An Array.


In This Topic
    NamedObjectCollection<T> Constructor(T[])
    In This Topic
    Initializes a new instance of the NamedObjectCollection<T> class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal values() As T _
    )
    'Usage
     
    
    Dim values() As T
     
    Dim instance As New NamedObjectCollection(Of T)(values)
    public NamedObjectCollection<T>( 
       T[] values
    )

    Parameters

    values
    An Array.
    See Also